github.com/klauspost/compress/zstd.decoderOptions.ignoreChecksum (field)
6 uses
github.com/klauspost/compress/zstd (current package)
decoder.go#L462: if d.o.ignoreChecksum {
decoder.go#L549: if !d.o.ignoreChecksum {
decoder.go#L553: if !d.o.ignoreChecksum {
decoder_options.go#L24: ignoreChecksum bool
decoder_options.go#L195: o.ignoreChecksum = b
framedec.go#L402: if d.o.ignoreChecksum {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |